home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
anwendungen
/
xbaze
/
add-ons
/
popupmenuuser
/
install
next >
Wrap
Text File
|
2004-08-03
|
614b
|
35 lines
;
; $VER: PopupMenuUserInstaller V1.1 (24.6.97)
; Copyright ©1996-1997 Henrik Isaksson
;
(copylib
(prompt "Installing the popupmenu.library...")
(help @copylib-help)
(source "libs/popupmenu.library")
(dest "LIBS:")
(optional force askuser)
(confirm)
)
(set #prefdest (askdir
(prompt "Where do you want me to install the Prefs editor?")
(help " ")
(newpath)
(default "SYS:Prefs/")
))
(copyfiles
(prompt "Installing the prefs editor... (pre-release)")
(help @copyfiles-help)
(source "prefs")
(dest #prefdest)
(optional force askuser)
(pattern "#?")
)
(set @default-dest "SYS:")
(exit)